<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {margin:0;padding:0; box-sizing: border-box; -moz-box-sizing: border-box; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;outline:none;}
ul, li, ol {list-style: none outside none;}
fieldset, img {border:0;}
img{vertical-align:middle; max-width: 100%; display: block;}
em, i {font-style:normal;}
dl,dt,dd,h1,h2,h3,h4,h5,h6,p,ul,ol li,form {margin:0; padding:0;list-style-type:none;}
table {border-collapse:collapse;border-spacing:0;empty-cells:show;}
table.layout {table-layout:fixed;word-wrap:break-word;}
table,tr,td,th {table-layout:fixed;word-break:break-all;word-wrap:break-word;}
textarea {resize:vertical;}
a {font-size:14px;color:#333;text-decoration:none;}
a:hover{text-decoration:none; color:#000; }
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
.left{ float: left}
.right{ float: right}
.hide{ display: none;}
.w1200{ width: 1200px; margin: 0 auto;}
.bzt{ color: #fff;}
.hbg{ background: #e5e5e5;}
.shou{ cursor: pointer;}
.bg_eee{ background: #eee;}
.wzy{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ovh{ overflow: hidden;}
/* 头部 */
.top{
	width: 100%;
	height: 102px;
	}
.top .logo{
	width: 500px;
	height: 60px;
}
.top .rexian{
	position: relative;
	width: 220px;
	padding: 24px 0 24px 50px;
}
.top .rexian .ico-tel{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 26px;
	left: 0;
}
.nav-box{
	width: 100%;
	height: 64px;
	line-height: 64px;
	background-color: #65c543;
	overflow: hidden;
}
.nav-box ul{
	padding-left: 60px;
}
.nav-box ul li{
	float: left;
	width: 138px;
	text-align: center;
}
.nav-box ul li a{
	display: block;
	line-height: 64px;
	font-size: 16px;
	color: #fff;
}
.nav-box ul li .child-menu{
	display: none;
	float: left;
	position: absolute;
	z-index: 999;
	background-color: #65c543;
}
.nav-box ul li .child-menu a
{
	display: block;
    font: 400 12px/33px "微软雅黑";
    width: 138px;
    background: #65c543;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.hotkw .left a{
	color: #666666;
}
.search-box{
	height: 30px;
	width: 236px;
	padding-right:36px;
	margin: 10px 0;
	border: solid 1px #666666;
	position: relative;
}
.search-box input{
	float: left;
	height: 26px;
	border: 0;
	background-color: #f7f7f7;
}
.search-box button{
	border: 0;
	position: absolute;
	width: 16px;
	height: 18px;
	top: 5px;
	background: url(../images/search.jpg);
}
/* 底部 */
.footer{
	width: 100%;
	height: 308px;
	background-color: #333;
}
.foot-box{
	height: 236px;
	padding-top: 10px;
	border-bottom: 2px solid rgba(255,255,255,0.6);
}
.foot-box .kd{
	width:352px;
	overflow: hidden;
	margin-right: 110px;
}
.foot-box .kd h3,.lxwm-t h3{
	color: #fff;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	border-bottom: 2px solid rgba(255,255,255,0.6);
}
.foot-box .kd-list a{
	display: inline-block;
	width: 90px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin:10px 12px 0 12px;
} 
.foot-box .lxwm-t{
	width:366px;
	overflow: hidden;
	margin-right: 110px;
}
.foot-box .lxwm-t span{
display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin:0px 12px 0 12px;	
}
.foot-box .ewm{
	width: 256px;
	text-align: center;
	padding: 40px 40px 0 70px;
}
.foot-box .ewm img{
	margin: 5px auto;
	width: 122px;
	height: 122px;
}
.foot-box .ewm span{
	display: block;
	color: #fff;
}
.copyright{
	padding: 18px 0;
	color: #fff;
	text-align: center;
}
.copyright a{color: #fff;}
/*在线留言*/ 
.message{
	width: 80%;
	margin: 3% 10%;
}
.message ul{
	width: 380px;
	margin: 0 auto;
}
.message ul li{
	width:360px ;
	height: 40px;
	margin-bottom: 20px;
}
.message ul li input{
	border: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.message ul li textarea{
	border: 0;
    width: 100%;
    height: 80px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
	}
	.message .submit-bth{
		padding-top: 50px;
    text-align: center;
	}
.message .submit-bth .f12{
	    width: 120px;
    height: 50px;
    border: 0;
    background-color: #ccc;
    color: #fff;
    font-size: 16px;
}</pre></body></html>